home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / System & Related / UNIXNut#2 / Basics / card_14448.txt < prev    next >
Text File  |  1989-06-19  |  2KB  |  51 lines

  1. -- card: 14448 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 6154
  5. -- name: Linking Files
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=114 top=186 right=226 bottom=316
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 22
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: 
  20.  
  21.  
  22. -- part contents for background part 7
  23. ----- text -----
  24. Basic Tasks
  25.  
  26. -- part contents for background part 21
  27. ----- text -----
  28. Linking Files
  29.  
  30. -- part contents for background part 8
  31. ----- text -----
  32. The ln* (for link) command is used to make a file available under another name. When you use the ln command to link the files, both names are equally valid and will reference the same file.  For instance, it is useful for giving multiple names to the same program.  If we had a program that had a long name such as "format-checker", we could create a link that gives a much shorter name to this program, while maintaining the original name for users who prefer it:
  33.  
  34.  
  35. "fcheck" is not a copy of the file "format-checker"; it does not duplicate the file on disk.  Any change made to the program file "fcheck" will be reflected in "format-checker".  The link is a pointer to the unique internal reference that the operating system uses  to identify each file. 
  36.  
  37. -- part contents for card part 1
  38. ----- text -----
  39.  
  40. $ ln format-checker fcheck
  41.  
  42.  
  43.  
  44.  
  45. -- part contents for background part 9
  46. ----- text -----
  47. 43 of 63
  48.  
  49. -- part contents for background part 28
  50. ----- text -----
  51. ‚óä Concepts ‚óä Links